{"anyOf":[{"type":"object","properties":{"theme":{"type":"string","const":"mint"},"$schema":{"type":"string","format":"uri","default":"https://mintlify.com/docs.json","description":"The URL of the schema file"},"name":{"type":"string","minLength":1,"description":"The name of the project"},"public":{"type":"boolean","description":"Whether the documentation is publicly accessible by default"},"description":{"type":"string","description":"Overview of the project. Used for SEO and AEO."},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"anyOf":[{"type":"string","minLength":3,"description":"The logo (for both light and dark mode)"},{"type":"object","properties":{"light":{"type":"string","description":"The file for the light version of the logo used in dark mode, including the file extension."},"dark":{"type":"string","description":"The file for the dark version of the logo used in light mode, including the file extension."},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href","description":"The URL to redirect to when clicking the logo. If not provided, the logo will link to the homepage."}},"required":["light","dark"],"additionalProperties":false}],"description":"The logo configuration. Can be a single image path for both light and dark mode, or separate paths for each mode with an optional click target URL."},"favicon":{"anyOf":[{"type":"string","description":"Path pointing to the favicon file in your docs folder, including the file extension. The favicon will automatically be resized to the appropriate sizes."},{"type":"object","properties":{"light":{"type":"string","description":"The file for the light version of the favicon used in dark mode, including the file extension."},"dark":{"type":"string","description":"The file for the dark version of the favicon used in light mode, including the file extension."}},"required":["light","dark"],"additionalProperties":false,"description":"The path to the favicon. Can be a single file or a pair for light and dark mode."}],"description":"The favicon configuration. Can be a single image path for both light and dark mode, or separate paths for each mode."},"api":{"type":"object","properties":{"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"params":{"type":"object","properties":{"expanded":{"type":"string","enum":["all","closed"],"description":"The view mode of the API parameters. Defaults to `closed`."},"post":{"type":"array","items":{"type":"string"},"description":"OpenAPI spec field keys to render as post pills on every ParamField. For each key, the field value on the schema is surfaced as a pill (string → verbatim, boolean true → key name, array → one pill per element, object → skipped)."}},"additionalProperties":false,"description":"Configurations for the API parameters"},"playground":{"type":"object","properties":{"display":{"type":"string","enum":["interactive","simple","none","auth"],"description":"The display mode of the API playground. Defaults to `interactive`. Use `auth` to show the playground only to authenticated users."},"proxy":{"type":"boolean","description":"Whether to pass API requests through a proxy server. Defaults to `true`."},"credentials":{"type":"boolean","description":"Whether to include cookies/auth for cross-origin requests when proxy is disabled. Defaults to `false`."}},"additionalProperties":false,"description":"Configurations for the API playground"},"examples":{"type":"object","properties":{"defaults":{"type":"string","enum":["required","all"],"description":"Whether to show only required parameters in the examples, defaults to `all`."},"languages":{"type":"array","items":{"type":"string"},"description":"Example languages for the autogenerated API snippets"},"prefill":{"type":"boolean","description":"Whether to prefill the API playground with the examples"},"autogenerate":{"type":"boolean","description":"Whether to generate code samples for API endpoints. Defaults to `true`. If `false`, only manually-written code samples (from either `x-codeSamples` property in the OpenAPI spec or `<RequestExample>` components in the MDX files) will be shown."}},"additionalProperties":false,"description":"Configurations for the autogenerated API examples"},"url":{"type":"string","enum":["full"],"description":"The display mode of the base URL in the endpoint header. Set to `full` to always show the full base URL on every endpoint page."},"mdx":{"type":"object","properties":{"auth":{"type":"object","properties":{"method":{"type":"string","enum":["bearer","basic","key","cobo"],"description":"Authentication method for the API"},"name":{"type":"string","description":"Authentication name for the API"}},"additionalProperties":false,"description":"Authentication configuration for the API"},"server":{"anyOf":[{"type":"string","format":"uri"},{"type":"array","items":{"type":"string","format":"uri"}}],"description":"Base URL(s) for the API"}},"additionalProperties":false,"description":"Configurations for API pages generated from MDX files"}},"additionalProperties":false,"description":"API reference configuration and playground settings"},"appearance":{"type":"object","properties":{"default":{"type":"string","enum":["system","light","dark"],"description":"The default light/dark mode. Defaults to `system`."},"strict":{"type":"boolean","description":"Whether to hide the light / dark mode toggle. Defaults to `false`."}},"additionalProperties":false,"description":"Light / dark mode toggle settings"},"background":{"type":"object","properties":{"image":{"anyOf":[{"type":"string","description":"Path or URL pointing to the background image file, including the file extension. Used for both light and dark mode."},{"type":"object","properties":{"light":{"type":"string","description":"The file for the light version of the background image used in dark mode, including the file extension."},"dark":{"type":"string","description":"The file for the dark version of the background image used in light mode, including the file extension."}},"required":["light","dark"],"additionalProperties":false,"description":"The path to the background image. Can be a single file or a pair for light and dark mode."}],"description":"The background image configuration. Can be a single image for both light and dark mode, or separate images for each mode."},"decoration":{"type":"string","enum":["gradient","grid","windows"],"description":"The background decoration of the theme"},"color":{"type":"object","properties":{"light":{"type":"string","pattern":"^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$","description":"The background color in light mode"},"dark":{"type":"string","pattern":"^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$","description":"The background color in dark mode"}},"additionalProperties":false,"description":"The colors of the background"}},"additionalProperties":false,"description":"Background color and decoration settings"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar","description":"Navbar content and settings"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer","description":"Footer configurations"},"search":{"type":"object","properties":{"prompt":{"type":"string","description":"The prompt to be displayed in the search bar placeholder"}},"additionalProperties":false,"description":"Search display settings"},"seo":{"type":"object","properties":{"metatags":{"type":"object","additionalProperties":{"type":"string","minLength":1},"description":"Meta tags added to every page. Must be a valid key-value pair."},"organization":{"type":"object","properties":{"id":{"type":"string","format":"uri","description":"Stable `@id` URL identifying your organization across pages, e.g. `https://example.com/#organization`. Defaults to `<site origin>/#organization`."},"name":{"type":"string","minLength":1,"description":"Organization name. Defaults to the site name."},"legalName":{"type":"string","minLength":1,"description":"Registered legal name."},"url":{"type":"string","format":"uri","description":"Canonical organization homepage URL."},"logo":{"type":"string","format":"uri","description":"Canonical logo URL used in structured data. Defaults to the docs logo."},"sameAs":{"type":"array","items":{"type":"string","format":"uri"},"description":"URLs of official profiles, e.g. X, LinkedIn, GitHub."}},"additionalProperties":false,"description":"Organization entity emitted in structured data (JSON-LD) on every page."},"indexing":{"type":"string","enum":["navigable","all"],"description":"Specify which pages to be indexed by search engines. Setting `navigable` indexes pages that are set in navigation, `all` indexes all pages. Defaults to `navigable`."},"trailingSlash":{"type":"boolean","description":"Emit trailing-slash URLs consistently across canonical tags, `og:url`, the sitemap, and generated internal links. Does not change page routes. Defaults to `false`."}},"additionalProperties":false,"description":"SEO indexing configurations"},"fonts":{"anyOf":[{"type":"object","properties":{"family":{"type":"string","description":"The font family name. Any [Google Fonts](https://fonts.google.com/) family works out of the box (e.g. `Inter`, `Open Sans`, `Playfair Display`). For a self-hosted font, set `source` and `format` as well."},"weight":{"type":"number","description":"The font weight. Typically `400` for regular and `700` for bold. Variable fonts support precise weights like `550`."},"source":{"type":"string","minLength":1,"description":"URL or path to a self-hosted font file. Use this when the font is not on Google Fonts. Example: `/fonts/custom.woff2` or `https://cdn.example.com/font.woff2`."},"format":{"type":"string","enum":["woff","woff2"],"description":"File format of the self-hosted font. Required when `source` is set."}},"required":["family"],"additionalProperties":false},{"type":"object","properties":{"heading":{"$ref":"#/anyOf/0/properties/fonts/anyOf/0","description":"Font settings applied to all headings (`h1`–`h6`)."},"body":{"$ref":"#/anyOf/0/properties/fonts/anyOf/0","description":"Font settings applied to body text and the rest of the page."}},"additionalProperties":false}],"description":"Typography configuration. Use a single set of font settings for the whole site, or split into separate `heading` and `body` fonts."},"icons":{"type":"object","properties":{"library":{"type":"string","enum":["fontawesome","lucide","tabler"],"description":"The icon library used for all icon properties. Defaults to `fontawesome`."}},"required":["library"],"additionalProperties":false,"description":"Icon library settings"},"styling":{"type":"object","properties":{"eyebrows":{"type":"string","enum":["section","breadcrumbs"],"description":"The eyebrows style of the content. Defaults to `section`."},"codeblocks":{"anyOf":[{"anyOf":[{"not":{}},{"type":"string","enum":["system","dark"]}],"description":"Match the docs light/dark mode with `system`, or always use a dark theme with `dark`."},{"type":"object","properties":{"theme":{"anyOf":[{"type":"string","enum":["andromeeda","aurora-x","ayu-dark","catppuccin-frappe","catppuccin-latte","catppuccin-macchiato","catppuccin-mocha","dark-plus","dracula","dracula-soft","everforest-dark","everforest-light","github-dark","github-dark-default","github-dark-dimmed","github-dark-high-contrast","github-light","github-light-default","github-light-high-contrast","gruvbox-dark-hard","gruvbox-dark-medium","gruvbox-dark-soft","gruvbox-light-hard","gruvbox-light-medium","gruvbox-light-soft","houston","kanagawa-dragon","kanagawa-lotus","kanagawa-wave","laserwave","light-plus","material-theme","material-theme-darker","material-theme-lighter","material-theme-ocean","material-theme-palenight","min-dark","min-light","monokai","night-owl","nord","one-dark-pro","one-light","plastic","poimandres","red","rose-pine","rose-pine-dawn","rose-pine-moon","slack-dark","slack-ochin","snazzy-light","solarized-dark","solarized-light","synthwave-84","tokyo-night","vesper","vitesse-black","vitesse-dark","vitesse-light","css-variables"]},{"type":"object","properties":{"light":{"type":"string","enum":["andromeeda","aurora-x","ayu-dark","catppuccin-frappe","catppuccin-latte","catppuccin-macchiato","catppuccin-mocha","dark-plus","dracula","dracula-soft","everforest-dark","everforest-light","github-dark","github-dark-default","github-dark-dimmed","github-dark-high-contrast","github-light","github-light-default","github-light-high-contrast","gruvbox-dark-hard","gruvbox-dark-medium","gruvbox-dark-soft","gruvbox-light-hard","gruvbox-light-medium","gruvbox-light-soft","houston","kanagawa-dragon","kanagawa-lotus","kanagawa-wave","laserwave","light-plus","material-theme","material-theme-darker","material-theme-lighter","material-theme-ocean","material-theme-palenight","min-dark","min-light","monokai","night-owl","nord","one-dark-pro","one-light","plastic","poimandres","red","rose-pine","rose-pine-dawn","rose-pine-moon","slack-dark","slack-ochin","snazzy-light","solarized-dark","solarized-light","synthwave-84","tokyo-night","vesper","vitesse-black","vitesse-dark","vitesse-light","css-variables"]},"dark":{"type":"string","enum":["andromeeda","aurora-x","ayu-dark","catppuccin-frappe","catppuccin-latte","catppuccin-macchiato","catppuccin-mocha","dark-plus","dracula","dracula-soft","everforest-dark","everforest-light","github-dark","github-dark-default","github-dark-dimmed","github-dark-high-contrast","github-light","github-light-default","github-light-high-contrast","gruvbox-dark-hard","gruvbox-dark-medium","gruvbox-dark-soft","gruvbox-light-hard","gruvbox-light-medium","gruvbox-light-soft","houston","kanagawa-dragon","kanagawa-lotus","kanagawa-wave","laserwave","light-plus","material-theme","material-theme-darker","material-theme-lighter","material-theme-ocean","material-theme-palenight","min-dark","min-light","monokai","night-owl","nord","one-dark-pro","one-light","plastic","poimandres","red","rose-pine","rose-pine-dawn","rose-pine-moon","slack-dark","slack-ochin","snazzy-light","solarized-dark","solarized-light","synthwave-84","tokyo-night","vesper","vitesse-black","vitesse-dark","vitesse-light","css-variables"]}},"required":["light","dark"],"additionalProperties":false}]},"languages":{"type":"object","properties":{"custom":{"type":"array","items":{"type":"string","description":"Path (absolute or relative) to a JSON file describing a custom Shiki language"}}},"additionalProperties":false,"description":"Custom language configuration for codeblocks"}},"additionalProperties":false,"description":"Pick a custom Shiki theme. Use a single theme for both modes, or set separate light/dark themes."}],"description":"The codeblock theme configuration. Defaults to `system`. To use a built-in shiki theme, add the theme name as \"theme\" in the object. To use different shiki themes for light and dark modes, add \"themes\" in the object with \"dark\" and \"light\" keys."},"latex":{"type":"boolean","description":"Whether to load LaTeX stylesheets"}},"additionalProperties":false,"description":"Styling configurations"},"redirects":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"destination":{"type":"string"},"permanent":{"type":"boolean"}},"required":["source","destination"],"additionalProperties":false}},"integrations":{"type":"object","properties":{"adobe":{"type":"object","properties":{"launchUrl":{"type":"string","format":"uri"}},"required":["launchUrl"],"additionalProperties":false},"amplitude":{"type":"object","properties":{"apiKey":{"type":"string"}},"required":["apiKey"],"additionalProperties":false},"clarity":{"type":"object","properties":{"projectId":{"type":"string"}},"required":["projectId"],"additionalProperties":false},"clearbit":{"type":"object","properties":{"publicApiKey":{"type":"string"}},"required":["publicApiKey"],"additionalProperties":false},"fathom":{"type":"object","properties":{"siteId":{"type":"string"}},"required":["siteId"],"additionalProperties":false},"frontchat":{"type":"object","properties":{"snippetId":{"type":"string","minLength":6}},"required":["snippetId"],"additionalProperties":false},"ga4":{"type":"object","properties":{"measurementId":{"type":"string","pattern":"^G"}},"required":["measurementId"],"additionalProperties":false},"gtm":{"type":"object","properties":{"tagId":{"type":"string","pattern":"^G"}},"required":["tagId"],"additionalProperties":false},"heap":{"type":"object","properties":{"appId":{"type":"string"}},"required":["appId"],"additionalProperties":false},"hightouch":{"type":"object","properties":{"writeKey":{"type":"string"},"apiHost":{"type":"string"}},"required":["writeKey"],"additionalProperties":false},"hotjar":{"type":"object","properties":{"hjid":{"type":"string"},"hjsv":{"type":"string"}},"required":["hjid","hjsv"],"additionalProperties":false},"intercom":{"type":"object","properties":{"appId":{"type":"string","minLength":6}},"required":["appId"],"additionalProperties":false},"koala":{"type":"object","properties":{"publicApiKey":{"type":"string","minLength":2}},"required":["publicApiKey"],"additionalProperties":false},"logrocket":{"type":"object","properties":{"appId":{"type":"string"}},"required":["appId"],"additionalProperties":false},"mixpanel":{"type":"object","properties":{"projectToken":{"type":"string"},"region":{"type":"string","enum":["us","eu","in"]}},"required":["projectToken"],"additionalProperties":false},"onetrust":{"type":"object","properties":{"domainScript":{"type":"string","minLength":1},"categoryId":{"type":"string","minLength":1},"scriptSource":{"type":"string","format":"uri"}},"required":["domainScript"],"additionalProperties":false},"pirsch":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"posthog":{"type":"object","properties":{"apiKey":{"type":"string","pattern":"^phc\\_"},"apiHost":{"type":"string","format":"uri"},"sessionRecording":{"type":"boolean"}},"required":["apiKey"],"additionalProperties":false},"plausible":{"type":"object","properties":{"domain":{"type":"string"},"server":{"type":"string"}},"required":["domain"],"additionalProperties":false},"segment":{"type":"object","properties":{"key":{"type":"string"}},"required":["key"],"additionalProperties":false},"telemetry":{"type":"object","properties":{"enabled":{"type":"boolean"}},"additionalProperties":false},"cookies":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}},"additionalProperties":false},"transcend":{"type":"object","properties":{"bundleId":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"},"analyticsPurpose":{"type":"string","minLength":1,"maxLength":100}},"required":["bundleId"],"additionalProperties":false}},"additionalProperties":false,"description":"Configurations for official integrations"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner","description":"Display an announcement bar across the top of every page. When enabled, the banner is shown with the content you provide."},"errors":{"type":"object","properties":{"404":{"type":"object","properties":{"redirect":{"type":"boolean","default":true,"description":"Whether to redirect to the home page, if the page is not found. When false, displays a 404 page."},"title":{"type":"string","description":"The title of the error page"},"description":{"type":"string","description":"The description of the error page. Supports MDX formatting including links, bold, italic text, and custom components."}},"additionalProperties":false}},"required":["404"],"additionalProperties":false,"description":"Error pages configuration"},"contextual":{"type":"object","properties":{"options":{"type":"array","items":{"anyOf":[{"type":"string","enum":["copy","assistant","view","download-pdf","download-spec","chatgpt","claude","perplexity","grok","aistudio","devin","windsurf","mcp","add-mcp","cursor","vscode","devin-mcp"]},{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon","description":"The icon to be displayed in the section"},"href":{"anyOf":[{"type":"string"},{"type":"object","properties":{"base":{"type":"string"},"query":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}},"required":["key","value"],"additionalProperties":false}}},"required":["base"],"additionalProperties":false}]}},"required":["title","description","href"],"additionalProperties":false,"description":"Custom contextual option"}]},"description":"Quick actions surfaced in the page context menu, like copying the page contents or opening it in an AI assistant (ChatGPT, Claude, Cursor, etc.)"},"display":{"type":"string","enum":["header","toc"],"default":"header","description":"Where to display the contextual options: `header` (default) shows them in the top-of-page context menu, `toc` shows them in the table of contents sidebar."}},"required":["options"],"additionalProperties":false,"description":"Context menu shown on each documentation page, providing quick actions for copying, viewing source, and opening the page in AI assistants and IDEs"},"thumbnails":{"type":"object","properties":{"appearance":{"type":"string","enum":["light","dark"],"description":"Whether to render page thumbnails in light or dark mode. When unset, thumbnails are auto-generated from your theme colors."},"background":{"type":"string","description":"Background image for the thumbnail. Can be an absolute URL or relative path."},"fonts":{"type":"object","properties":{"family":{"type":"string","description":"The font family, such as \"Open Sans\", \"Playfair Display\""}},"required":["family"],"additionalProperties":false,"description":"The font to be used for thumbnails. Only family name is supported for Google Fonts."}},"additionalProperties":false},"interaction":{"type":"object","properties":{"drilldown":{"type":"boolean","description":"Whether to automatically navigate to the first page when navigation groups are expanded"}},"additionalProperties":false,"description":"Options for how users interact with links in the documentation"},"metadata":{"type":"object","properties":{"timestamp":{"type":"boolean","default":false,"description":"When enabled, all pages will display the date the content was last modified. Default is `false`."}},"additionalProperties":false,"description":"Metadata configuration for documentation pages"},"variables":{"type":"object","additionalProperties":{"type":"string"},"description":"Set of custom variables that can be re-used throughout the content"},"markdown":{"type":"object","properties":{"schema":{"type":"boolean","description":"Whether to include the full OpenAPI/AsyncAPI specification in API reference pages served as markdown to AI agents. Defaults to true."},"instructions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Custom instructions appended to every page served as markdown to AI agents, in addition to Mintlify's default guidance. Use this to provide product-specific directions such as preferred CLIs, workflows, or interaction patterns. Provide a single string or an array of strings (rendered as separate lines)."}},"additionalProperties":false,"description":"Configuration for markdown pages served to AI agents"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"maple"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"palm"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"willow"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"},"variations":{"type":"object","properties":{"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"description":"Stable identifier for the variation"},"label":{"type":"string","minLength":1,"description":"Display label for the variation"}},"required":["id","label"],"additionalProperties":false,"description":"A documentation content variation"},"minItems":1,"description":"Variation options in display order. The first option is the default."}},"required":["options"],"additionalProperties":false,"description":"Documentation content variations"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"linden"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"almond"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"aspen"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"luma"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"}},"required":["theme","name","colors","navigation"],"additionalProperties":false},{"type":"object","properties":{"theme":{"type":"string","const":"sequoia"},"$schema":{"$ref":"#/anyOf/0/properties/$schema"},"name":{"$ref":"#/anyOf/0/properties/name"},"public":{"$ref":"#/anyOf/0/properties/public"},"description":{"$ref":"#/anyOf/0/properties/description"},"colors":{"$ref":"#/definitions/colorsSchema"},"logo":{"$ref":"#/anyOf/0/properties/logo"},"favicon":{"$ref":"#/anyOf/0/properties/favicon"},"api":{"$ref":"#/anyOf/0/properties/api"},"appearance":{"$ref":"#/anyOf/0/properties/appearance"},"background":{"$ref":"#/anyOf/0/properties/background"},"navbar":{"$ref":"#/anyOf/0/properties/navbar"},"navigation":{"$ref":"#/definitions/navigationSchema"},"footer":{"$ref":"#/anyOf/0/properties/footer"},"search":{"$ref":"#/anyOf/0/properties/search"},"seo":{"$ref":"#/anyOf/0/properties/seo"},"fonts":{"$ref":"#/anyOf/0/properties/fonts"},"icons":{"$ref":"#/anyOf/0/properties/icons"},"styling":{"$ref":"#/anyOf/0/properties/styling"},"redirects":{"$ref":"#/anyOf/0/properties/redirects"},"integrations":{"$ref":"#/anyOf/0/properties/integrations"},"banner":{"$ref":"#/anyOf/0/properties/banner"},"errors":{"$ref":"#/anyOf/0/properties/errors"},"contextual":{"$ref":"#/anyOf/0/properties/contextual"},"thumbnails":{"$ref":"#/anyOf/0/properties/thumbnails"},"interaction":{"$ref":"#/anyOf/0/properties/interaction"},"metadata":{"$ref":"#/anyOf/0/properties/metadata"},"variables":{"$ref":"#/anyOf/0/properties/variables"},"markdown":{"$ref":"#/anyOf/0/properties/markdown"}},"required":["theme","name","colors","navigation"],"additionalProperties":false}],"definitions":{"anchorSchema":{"anyOf":[{"type":"object","properties":{"anchor":{"type":"string","minLength":1,"description":"The name of the anchor"},"graphql":{"not":{}},"sdk":{"not":{}},"icon":{"anyOf":[{"type":"string"},{"type":"object","properties":{"style":{"type":"string","enum":["brands","duotone","light","regular","sharp-duotone-solid","sharp-light","sharp-regular","sharp-solid","sharp-thin","solid","thin"]},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon/anyOf/0"},"library":{"type":"string","enum":["fontawesome","lucide","tabler"]}},"required":["name"],"additionalProperties":false}],"description":"The icon to be displayed in the section"},"color":{"type":"object","properties":{"light":{"type":"string","pattern":"^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$","description":"The color in hex format to use in light mode"},"dark":{"type":"string","pattern":"^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$","description":"The color in hex format to use in dark mode"}},"additionalProperties":false},"hidden":{"type":"boolean","description":"Whether the current option is default hidden"},"directory":{"type":"string","enum":["none","accordion","card"],"description":"Directory layout for this navigation node and its descendants. \"accordion\" and \"card\" show automatic directory UI on eligible root pages; \"none\" disables it. Inherits recursively; descendants can override."},"href":{"type":"string","description":"A valid path or external link"},"openapi":{"anyOf":[{"type":"string","minLength":1},{"type":"array","items":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi/anyOf/0"}},{"type":"object","properties":{"source":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi/anyOf/0"},"directory":{"type":"string"}},"required":["source"],"additionalProperties":false}],"description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"anyOf":[{"type":"string","minLength":1},{"type":"array","items":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi/anyOf/0"}},{"type":"object","properties":{"source":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi/anyOf/0"},"directory":{"type":"string"}},"required":["source"],"additionalProperties":false}],"description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"object","properties":{"language":{"type":"string","enum":["en","cn","zh","zh-Hans","zh-Hant","zh-CN","zh-TW","es","fr","fr-CA","fr-ca","ja","jp","ja-jp","ja-JP","pt","pt-BR","de","ko","it","ru","ro","cs","id","ar","tr","hi","sv","no","da","lv","nl","uk","vi","pl","uz","he","ca","fi","hu"],"description":"The name of the language in the ISO 639-1 format"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"type":"boolean","description":"Whether this language is the default language"},"banner":{"type":"object","properties":{"content":{"type":"string","minLength":1,"description":"The text content displayed in the banner. Supports basic MDX formatting including links, bold, and italic text. Custom components are not supported."},"dismissible":{"type":"boolean","description":"Whether to show the dismiss button on the right side of the banner"},"type":{"type":"string","enum":["info","warning","critical"],"description":"The visual style of the banner. `info` uses the primary brand color for general announcements. `warning` uses an amber background for cautionary notices (maintenance, deprecations). `critical` uses a red background for urgent notices. Defaults to `info`."},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color","description":"Override the banner background color with a custom hex color. Accepts `{ light, dark }` for theme-aware colors. When set, takes precedence over the color implied by `type`. Banner text is white, so choose a dark enough background for legibility."}},"required":["content"],"additionalProperties":false,"description":"Banner configuration specific to this language"},"footer":{"type":"object","properties":{"socials":{"type":"object","additionalProperties":{"type":"string","format":"uri","description":"Must be a valid URL"},"propertyNames":{"enum":["x","website","facebook","youtube","discord","slack","github","linkedin","instagram","hacker-news","medium","telegram","twitter","x-twitter","earth-americas","bluesky","threads","reddit","podcast"]},"description":"An object in which each key is the name of a social media platform, and each value is the url to your profile."},"links":{"type":"array","items":{"type":"object","properties":{"header":{"type":"string","minLength":1,"description":"The header title of the column"},"items":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"description":"The label of the link"},"href":{"type":"string","description":"The url of the link"}},"required":["label","href"],"additionalProperties":false},"minItems":1,"description":"The links to be displayed in the column"}},"required":["items"],"additionalProperties":false},"minItems":1,"maxItems":4,"description":"Enable columns with links to be displayed in the footer"}},"additionalProperties":false,"description":"Footer configuration specific to this language"},"navbar":{"type":"object","properties":{"links":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon","description":"The icon to be displayed in the section"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"label":{"type":"string"},"type":{"type":"string","const":"github"}},"required":["href","type"],"additionalProperties":false},{"type":"object","properties":{"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar/properties/links/items/anyOf/0/properties/icon"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"label":{"type":"string"},"type":{"type":"string","const":"discord"}},"required":["href","type"],"additionalProperties":false},{"type":"object","properties":{"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar/properties/links/items/anyOf/0/properties/icon"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"label":{"type":"string"},"type":{"type":"string"}},"required":["href","label"],"additionalProperties":false}]},"description":"The links in the navbar"},"primary":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"button"},"label":{"type":"string"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["type","label","href"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"github"},"label":{"type":"string"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["type","href"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"discord"},"label":{"type":"string"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["type","href"],"additionalProperties":false}],"description":"The primary CTA in the navbar"}},"additionalProperties":false,"description":"Navbar configuration specific to this language"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden","description":"Whether the current option is default hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["language","href"],"additionalProperties":false}},"versions":{"type":"array","items":{"type":"object","properties":{"version":{"type":"string","minLength":1,"description":"The name of the version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"type":"boolean","description":"Whether this version is the default version"},"tag":{"type":"string","description":"Tag for the version"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden","description":"Whether the current option is default hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["version","href"],"additionalProperties":false}},"tabs":{"type":"array","items":{"type":"object","properties":{"tab":{"type":"string","minLength":1,"description":"The name of the tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon","description":"The icon to be displayed in the section"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden","description":"Whether the current option is default hidden"},"searchable":{"type":"boolean","description":"When true on a hidden tab or group, descendant pages remain indexed for search, sitemap, AI assistant, and llms.txt despite being hidden from the rendered navigation. Has no effect when hidden is false."},"align":{"type":"string","enum":["start","end"],"description":"Tab alignment in the navigation"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"}},"required":["tab","href"],"additionalProperties":false}},"dropdowns":{"type":"array","items":{"type":"object","properties":{"dropdown":{"type":"string","minLength":1,"description":"The name of the dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon","description":"The icon to be displayed in the section"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"description":{"type":"string","description":"The description of the dropdown"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden","description":"Whether the current option is default hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["dropdown","href"],"additionalProperties":false}},"anchors":{"type":"array","items":{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["anchor","href"],"additionalProperties":false}},"products":{"type":"array","items":{"type":"object","properties":{"product":{"type":"string","minLength":1,"description":"The name of the product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"type":"string","description":"Display name for the product"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon","description":"The icon to be displayed in the section"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"description":{"type":"string","description":"The description of the product"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden","description":"Whether the current option is default hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"}},"required":["product","href"],"additionalProperties":false}}},"additionalProperties":false,"description":"Add external links that will appear on all sections and pages irregardless of navigation nesting"}},"required":["anchor","href"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"languages":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","href"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"versions":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","href"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"languages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","languages"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"tabs":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"graphql":{"anyOf":[{"type":"string","minLength":1},{"type":"object","properties":{"source":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/0/properties/graphql/anyOf/0"},"directory":{"type":"string","minLength":1}},"required":["source"],"additionalProperties":false}],"description":"A local path or HTTPS URL pointing to a GraphQL SDL schema"}},"required":["tab","graphql"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"type":"array","items":{"type":"object","properties":{"group":{"type":"string","minLength":1,"description":"The name of the group"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"type":"object","properties":{"format":{"type":"string","enum":["typedoc","docfx","javadoc","sphinx","phpdoc"],"description":"The documentation generator that produced the artifact"},"source":{"type":"string","minLength":1,"description":"Relative path or HTTPS URL of the generator artifact; directory-shaped formats accept a zip (or javadoc jar) when remote"},"directory":{"type":"string","minLength":1}},"required":["format","source"],"additionalProperties":false,"description":"Generate SDK reference pages from a documentation generator artifact"},"public":{"type":"boolean","description":"Whether the group is public"},"boost":{"type":"number","description":"Search ranking multiplier for pages in this group (e.g. 3 = 3x boost)"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon","description":"The icon to be displayed in the section"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden","description":"Whether the current option is default hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable","description":"When true on a hidden tab or group, descendant pages remain indexed for search, sitemap, AI assistant, and llms.txt despite being hidden from the rendered navigation. Has no effect when hidden is false."},"root":{"type":"string","minLength":1,"description":"A page in the navigation. Referenced by the path to the page. Example: path/to/page."},"tag":{"type":"string","description":"Tag for the group"},"expanded":{"type":"boolean","description":"Whether the group is expanded by default"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s). Ignored when openapi is also set"},"pages":{"type":"array","items":{"anyOf":[{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/root"},{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items"}]},"description":"An array of page paths or groups","default":[]}},"required":["group"],"additionalProperties":false,"description":"Organizing by groups"},"minItems":1,"description":"Organizing by groups"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/0/properties/graphql"}},"required":["tab","groups","graphql"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/sdk"}},"required":["tab","sdk"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/sdk"}},"required":["tab","groups","sdk"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","href"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"languages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","languages"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"versions":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","versions"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"dropdowns":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","href"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"languages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","languages"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"versions":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","versions"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"tabs":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","tabs"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"anchors":{"type":"array","items":{"$ref":"#/definitions/anchorSchema"},"minItems":1,"description":"Organizing by anchors"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","anchors"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"products":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","href"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"languages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","languages"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"versions":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","versions"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"tabs":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","tabs"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"anchors":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/4/properties/anchors"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","anchors"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"dropdowns":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","dropdowns"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","groups"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","pages"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"menu":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"item":{"type":"string","minLength":1,"description":"The name of the menu item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon","description":"The icon to be displayed in the section"},"description":{"type":"string","description":"The description of the menu item"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden","description":"Whether the current option is default hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"href":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/href"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","href"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"languages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","languages"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"versions":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","versions"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"dropdowns":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","dropdowns"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"anchors":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/4/properties/anchors"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","anchors"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"products":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","products"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"tabs":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","tabs"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","groups"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item","pages"],"additionalProperties":false},{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["item"],"additionalProperties":false}]},"description":"Organizing by menu"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product","menu"],"additionalProperties":false},{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["product"],"additionalProperties":false}]},"description":"Organizing by products"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","products"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","groups"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown","pages"],"additionalProperties":false},{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["dropdown"],"additionalProperties":false}]},"description":"Organizing by dropdowns"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","dropdowns"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"anchors":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/4/properties/anchors"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","anchors"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"products":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","products"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","groups"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","pages"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"menu":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab","menu"],"additionalProperties":false},{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["tab"],"additionalProperties":false}]},"minItems":1,"description":"Organizing by tabs"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","tabs"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"dropdowns":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","dropdowns"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"anchors":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/4/properties/anchors"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","anchors"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"products":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","products"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","groups"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version","pages"],"additionalProperties":false},{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["version"],"additionalProperties":false}]},"minItems":1,"description":"Organizing by versions"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","versions"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"tabs":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","tabs"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"dropdowns":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","dropdowns"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"anchors":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/4/properties/anchors"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","anchors"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"products":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","products"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","groups"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language","pages"],"additionalProperties":false},{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["language"],"additionalProperties":false}],"description":"Organizing by languages"},"minItems":1,"description":"Organizing by languages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor","languages"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"versions":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor","versions"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"dropdowns":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor","dropdowns"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"tabs":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor","tabs"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"products":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor","products"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor","groups"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor","pages"],"additionalProperties":false},{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"openapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi","description":"A string or an array of strings of absolute or relative urls pointing to the OpenAPI file(s)"},"asyncapi":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/asyncapi","description":"A string or an array of strings of absolute or relative urls pointing to the AsyncAPI file(s)"},"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global"}},"required":["anchor"],"additionalProperties":false}]},"anchorsSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/4/properties/anchors"},"baseAnchorSchema":{"type":"object","properties":{"anchor":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/anchor"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/color"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["anchor"],"additionalProperties":false},"baseDropdownSchema":{"type":"object","properties":{"dropdown":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/dropdown"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/dropdowns/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["dropdown"],"additionalProperties":false},"baseMenuItemSchema":{"type":"object","properties":{"item":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/item"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/icon"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items/anyOf/0/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["item"],"additionalProperties":false},"baseProductSchema":{"type":"object","properties":{"product":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/product"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"name":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/name"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/icon"},"color":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/color"},"description":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/description"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/products/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["product"],"additionalProperties":false},"baseGroupSchema":{"type":"object","properties":{"group":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/group"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"public":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/public"},"boost":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/boost"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/searchable"},"root":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/root"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/tag"},"expanded":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/expanded"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["group"],"additionalProperties":false},"baseLanguageSchema":{"type":"object","properties":{"language":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/language"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/default"},"banner":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/banner"},"footer":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/footer"},"navbar":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/navbar"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/languages/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["language"],"additionalProperties":false},"baseTabSchema":{"type":"object","properties":{"tab":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/tab"},"icon":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/icon"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/hidden"},"searchable":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"align":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["tab"],"additionalProperties":false},"baseVersionSchema":{"type":"object","properties":{"version":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/version"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"default":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/default"},"tag":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/tag"},"hidden":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/versions/items/properties/hidden"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"}},"required":["version"],"additionalProperties":false},"colorsSchema":{"type":"object","properties":{"primary":{"type":"string","pattern":"^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$","description":"The primary color"},"light":{"type":"string","pattern":"^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$","description":"The light color. Used primary in dark mode."},"dark":{"$ref":"#/definitions/colorsSchema/properties/light","description":"The dark color. Used primary in light mode."}},"required":["primary"],"additionalProperties":false,"description":"The colors to use in your documentation. At the very least, you must define the primary color. For example: { \"colors\": { \"primary\": \"#ff0000\" } }."},"dropdownSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items"},"dropdownsSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns"},"menuItemSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu/items"},"menuSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items/anyOf/8/properties/menu"},"productSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products/items"},"productsSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products"},"groupsSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"},"graphqlSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/0/properties/graphql"},"sdkSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/sdk"},"hiddenSchema":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/hidden"},"iconSchema":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/icon"},"languageSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items"},"languagesSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages"},"navigationSchema":{"anyOf":[{"type":"object","properties":{"global":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global","description":"Add external links that will appear on all sections and pages irregardless of navigation nesting"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"products":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/5/properties/products"}},"required":["products"],"additionalProperties":false},{"type":"object","properties":{"global":{"$ref":"#/definitions/navigationSchema/anyOf/0/properties/global"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"languages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages"}},"required":["languages"],"additionalProperties":false},{"type":"object","properties":{"global":{"$ref":"#/definitions/navigationSchema/anyOf/0/properties/global"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"versions":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions"}},"required":["versions"],"additionalProperties":false},{"type":"object","properties":{"global":{"$ref":"#/definitions/navigationSchema/anyOf/0/properties/global"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"tabs":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs"}},"required":["tabs"],"additionalProperties":false},{"type":"object","properties":{"global":{"$ref":"#/definitions/navigationSchema/anyOf/0/properties/global"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"dropdowns":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns"}},"required":["dropdowns"],"additionalProperties":false},{"type":"object","properties":{"global":{"$ref":"#/definitions/navigationSchema/anyOf/0/properties/global"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"anchors":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/7/properties/dropdowns/items/anyOf/4/properties/anchors"}},"required":["anchors"],"additionalProperties":false},{"type":"object","properties":{"global":{"$ref":"#/definitions/navigationSchema/anyOf/0/properties/global"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"groups":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups"}},"required":["groups"],"additionalProperties":false},{"type":"object","properties":{"global":{"$ref":"#/definitions/navigationSchema/anyOf/0/properties/global"},"graphql":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/graphql"},"sdk":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/sdk"},"directory":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/directory"},"pages":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"}},"required":["pages"],"additionalProperties":false}],"description":"The navigation structure of the content"},"openApiSchema":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/openapi"},"pageOrGroupSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages/items"},"pageSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/root"},"pagesSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items/anyOf/1/properties/groups/items/properties/pages"},"searchableSchema":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/searchable"},"sourceRefSchema":{"type":"object","properties":{"sourceRef":{"type":"string","minLength":1,"description":"The mount path of the git source to inline"}},"required":["sourceRef"],"additionalProperties":false,"description":"Reference to a git source navigation section"},"tabAlignSchema":{"$ref":"#/definitions/anchorSchema/anyOf/0/properties/global/properties/tabs/items/properties/align"},"tabSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs/items"},"tabsSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items/anyOf/2/properties/tabs"},"versionSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions/items"},"versionsSchema":{"$ref":"#/definitions/anchorSchema/anyOf/1/properties/languages/items/anyOf/1/properties/versions"}},"$schema":"http://json-schema.org/draft-07/schema#"}